Welcome![Sign In][Sign Up]
Location:
Search - Mpeg2 decode

Search list

[Multimedia programMPEG2-decode

Description: 基于intel IPP的MPEG2视频解码器,对反离散余弦变换和运动补偿进行了优化,可轻松胜任1920×1088分辨率的视频解码-The mpeg2 decoder based on intel IPP optimize IDCT and motion compensation and decode the 1920*1088 resolution of video easliy.
Platform: | Size: 301227 | Author: 王斌 | Hits:

[mpeg mp3mpeg2dec-0.4.1

Description: mpeg2 decode free lib. -mpeg2 decode free lib.
Platform: | Size: 513966 | Author: jerrylin | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
Platform: | Size: 220994 | Author: onlyou | Hits:

[Other resourcelab4

Description: 若若無法引言人元mpeg2 decode
Platform: | Size: 480641 | Author: 張凱 | Hits:

[Other resourceimage642-mpeg2-loopback

Description: DSP下的MPEG2采集/编码/解码-The MPEG2 collection/encode/decode in DSP
Platform: | Size: 460852 | Author: 王晓东 | Hits:

[DSP programBlackfin_Mpeg_2_4

Description: ADSP-BF533 BLACKFIN MPEG2,4源码-ADSP-BF533 BLACKFIN MPEG2,4 DECODE AN ENCODE SOURCE CODE
Platform: | Size: 1018880 | Author: 梁亮 | Hits:

[DSP programimage642-mpeg2-loopback

Description: DSP下的MPEG2采集/编码/解码-The MPEG2 collection/encode/decode in DSP
Platform: | Size: 460800 | Author: 王晓东 | Hits:

[mpeg mp3mpeg2decoder

Description: 一个mpeg2压缩的源代码-sourc code of mpeg2 compressed
Platform: | Size: 82944 | Author: 刘里 | Hits:

[mpeg mp3iso_decoder

Description: 该程序完全按照ISO标准编写的C源代码。能够解码MPEG1,MPEG2 LAYER1,2,3 。该程序能够很好的移植到相关的产品开发中。具有很强的兼容性,很全面。-the program fully prepared in accordance with ISO standard C source code. To decode MPEG1, MPEG2 LAYER1, 2,3. The procedure can be very good transplant-related products in development. Strong compatibility, very comprehensive.
Platform: | Size: 453632 | Author: 赛鸿 | Hits:

[Multimedia DevelopMPEG2-decode

Description: 基于intel IPP的MPEG2视频解码器,对反离散余弦变换和运动补偿进行了优化,可轻松胜任1920×1088分辨率的视频解码-The mpeg2 decoder based on intel IPP optimize IDCT and motion compensation and decode the 1920*1088 resolution of video easliy.
Platform: | Size: 301056 | Author: 王斌 | Hits:

[Streaming Mpeg4xvidcore-1.1.0-beta2.tar

Description: xvid播放器的源代码,能够解码mpeg1、mpeg2、mpeg4、h.263、h.264、mp3等文件。-The source code of xvid player, can decode such files as mpeg1 , mpeg2 , mpeg4 , h.263 , h.264 , mp3 ,etc. .
Platform: | Size: 713728 | Author: 刘汝 | Hits:

[mpeg mp3mpeg2dec-0.4.1

Description: mpeg2 decode free lib. -mpeg2 decode free lib.
Platform: | Size: 1058816 | Author: jerrylin | Hits:

[mpeg mp3MPEG-2encoder-decoder

Description: mpeg2编码解码程序,已验证通过,请放心下载,绝对诱惑!-mpeg2 codec procedures, has been verified through, please rest assured download, absolutely temptation!
Platform: | Size: 352256 | Author: color | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[mpeg mp3MPEG2decodersoourcecode

Description: mpeg2的解码器的源代码,对于MPEG2解码的朋友或许有用-mpeg2 decoder source code for the MPEG2 decoder friends may be useful
Platform: | Size: 146432 | Author: 叶青 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Platform: | Size: 221184 | Author: | Hits:

[Algorithmlab4

Description: 若若無法引言人元mpeg2 decode-Introduction若若not Renyuan mpeg2 decode
Platform: | Size: 480256 | Author: | Hits:

[Multimedia DevelopMPEG2Lib

Description: MPEG2Lib for Delphi 1.13.2, 2005-02-06 MPEG2Lib can decode MPEG2 encoded video sequences like the ones found on a DVD or the disk in a typical harddisk video recorder. The decoder is based on the GPL project DVD2AVI (arbor.ee.ntu.edu.tw/~jackei/dvd2avi/) and MPEG2Decode from MPEG Software Simulation Group (www.mpeg.org/MPEG/MSSG/). It supports both video and different sound formats, but the Delphi interface can currently only get the video. This version was tested with Delphi 5, 6 and 7. -MPEG2Lib for Delphi1.13.2, 2005-02-06 MPEG2Lib can decode MPEG2 encoded video sequences like the ones found on a DVD or the disk in a typical harddisk video recorder. The decoder is based onthe GPL project DVD2AVI (arbor.ee.ntu. edu.tw/~ jackei/dvd2avi /) and MPEG2Decode from MPEG Software Simulation Group (www.mpeg.org/MPEG/MSSG/). It supports both video and different sound formats, but the Delphi interface can currentlyonly get the video. This version was tested with Delphi 5, 6 and 7.
Platform: | Size: 595968 | Author: zmouse | Hits:

[Streaming Mpeg4Mpeg2Dec

Description: TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
Platform: | Size: 1410048 | Author: delaoshi | Hits:

[Streaming Mpeg4AAC-decode

Description: 本文详细介绍了符合ISO/IEC 13818-7(MPEG2 AAC audio codec) , ISO/IEC 14496-3(MPEG4 Audio Codec AAC Low Complexity)进行压缩的的AAC音频的解码算法。-MPEG4 Audio Codec AAC Low Complexity
Platform: | Size: 221184 | Author: 刘梦 | Hits:
« 12 3 »

CodeBus www.codebus.net